home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 October: Mac OS SDK / Dev.CD Oct 97 SDK1.toast / Development Kits (Disc 1) / Apple Shared Library Manager / ASLM Examples / TestTools / Sources / BackDepLib1.exp < prev    next >
Encoding:
Text File  |  1996-11-19  |  291 b   |  22 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        BackDepLib1.exp
  3.  
  4.     Contains:    Exports file for BackDepLib1
  5.  
  6.     Copyright:    © 1992-1993 by Apple Computer, Inc., all rights reserved.
  7.  
  8. */
  9.  
  10. #include "BackDepLib.h"
  11.  
  12.  
  13. Library
  14. {
  15.     id = "appl:test$BackDepLib1,1.2";
  16.     version = 1.0…1.2;
  17.     memory = client;
  18. };
  19.  
  20. Class TBackDep1;
  21. Class TBackDep3;
  22.